home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacTech 1 to 12
/
MacTech-vol-1-12.toast
/
Source
/
MacTech® Magazine
/
Volume 06 - 1990
/
06.07 Jul 90
/
Commando Programming ƒ
/
Rezscripts
/
WindToRear
< prev
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1988-06-20
|
301 b
|
13 lines
|
[
TEXT/MPS
]
### WindToRear — move front window to back
### W. Powell 1988
Set Exit 0
Set WindCnt `Windows | Count -l`
Set WindCnt `Evaluate {WindCnt} - 1`
# Loop through the windows in order
For CurWind In `Windows`
Set WindCnt `Evaluate {WindCnt} - 1 `
Open "{CurWind}"
Break If {WindCnt} <= 0
End
Exit 0